home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / indiana_jones.swf / scripts / frame_1 / DoAction.as
Text File  |  2005-01-07  |  239b  |  12 lines

  1. totalbytes = _root.getBytesTotal();
  2. bytesloaded = _root.getBytesLoaded();
  3. percent = int(bytesloaded / totalbytes * 100);
  4. if(percent < 0)
  5. {
  6.    percent = 0;
  7. }
  8. tellTarget("_root.loader")
  9. {
  10.    gotoAndStop(int(_root.percent / 2));
  11. }
  12.